object FNewProject: TFNewProject Left = 276 Top = 122 BorderStyle = bsDialog Caption = 'Project Information' ClientHeight = 108 ClientWidth = 377 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 8 Top = 8 Width = 361 Height = 57 Shape = bsFrame end object Label1: TLabel Left = 24 Top = 28 Width = 62 Height = 13 Caption = 'Project name' end object OKBtn: TButton Left = 107 Top = 76 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelBtn: TButton Left = 195 Top = 76 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object ProjectNameEdit: TEdit Left = 96 Top = 24 Width = 265 Height = 21 TabOrder = 2 end end